projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa54c6a
)
(struct frame): New field buffer_list.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 22 Mar 1997 04:08:59 +0000
(
04:08
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 22 Mar 1997 04:08:59 +0000
(
04:08
+0000)
src/frame.h
patch
|
blob
|
history
diff --git
a/src/frame.h
b/src/frame.h
index 47970c3d6db9341f1bbf79a11de59fba27579efb..532e1f2b85b586a9599947b809705568afd94bbf 100644
(file)
--- a/
src/frame.h
+++ b/
src/frame.h
@@
-124,7
+124,10
@@
struct frame
/* Predicate for selecting buffers for other-buffer. */
Lisp_Object buffer_predicate;
- /* Beyond here, there should be no more Lisp_Object components. */
+ /* List of buffers viewed in this frame, for other-buffer. */
+ Lisp_Object buffer_list;
+
+ /* beyond here, there should be no more Lisp_Object components. */
/* A buffer to hold the frame's name. We can't use the Lisp string's